#app {
  margin-top: 15px;
}
#holder {
  position: relative;
  width: 400px;
  height:300px;
  left: 100px;
  border: 2px solid #333;
}
#sky {
  position: absolute;
  left: 0;
  top: 0;
  height: 150px;
  width: 400px;
  background-color: #CCD;
  background-image: url(/img/canvascape/sky.jpg);

}
#floor {
  position: absolute;
  left: 0;
  top: 150px;
  height: 150px;
  width: 400px;
  background-color: #565;
  background-image: url(/img/canvascape/floor.png);

}
#canvas {
  position: absolute;
  top: 0;
  left: 0;
}
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 300px;
  background-image: url(/img/canvascape/overlay.gif);
}
#map, #underMap {
  position: absolute;
}
#code {
  position: absolute;
  top: 140px;
}
#suppl {
  position: absolute;
  top: 50px;
  left: 530px;
  width: 270px;
}
iframe {
  margin-top: 20px;
}